//0x1c bytes (sizeof)
struct _KWAIT_CHAIN_ENTRY
{
struct _LIST_ENTRY ListEntry; //0x0
struct _KTHREAD* Thread; //0x8
struct _KEVENT Event; //0xc
};